VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / ConvertTarget Methods / ConvertTarget<TSourceTarget,TDestTarget>(String,Analyzer<TDestTarget,TSourceTarget>,IProcessingCommand<TSourceTarget>[]) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertTarget<TSourceTarget,TDestTarget>(String,Analyzer<TDestTarget,TSourceTarget>,IProcessingCommand<TSourceTarget>[]) Method (ProcessingHelper)
    In This Topic
    Converts the target of specified processing commands using the specified target converter.
    Syntax
    'Declaration
    
    Public Overloads Shared Function ConvertTarget<TSourceTarget
    The type of the source target.
    ,TDestTarget
    The type of the dest target.
    >( _
    ByVal name
    The name of converted processing command.
    As System.String, _
    ByVal targetConverter
    The target converter.
    As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
    ByVal ParamArray commands
    The commands to convert target.
    As IProcessingCommand(Of TTarget) _
    ) As IProcessingCommand(Of TTarget) (Of TSourceTarget
    The type of the source target.
    , TDestTarget
    The type of the dest target.
    )

    Parameters

    name
    The name of converted processing command.
    targetConverter
    The target converter.
    commands
    The commands to convert target.

    Type Parameters

    TSourceTarget
    The type of the source target.
    TDestTarget
    The type of the dest target.

    Return Value

    New instance of processing command with target of type TDestTarget.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also